Do not add multi-line descriptions from kml reader to our internal waypoint descripti...
authoroliskoli <oliskoli>
Wed, 29 Nov 2006 00:24:43 +0000 (00:24 +0000)
committeroliskoli <oliskoli>
Wed, 29 Nov 2006 00:24:43 +0000 (00:24 +0000)
kml.c

diff --git a/kml.c b/kml.c
index 90e4b5e50740cb9572d4f7d38cb4f9d8c2583a3a..3e27f33d36c33d42efe7248a0cd8e978651b18e4 100644 (file)
--- a/kml.c
+++ b/kml.c
@@ -181,7 +181,7 @@ void wpt_desc(const char *args, const char **unused)
                tmp = xstrdup((char *)args);
                c = lrtrim(tmp);
                if (*c) {
-                       wpt_tmp->description = xstrappend(wpt_tmp->description, c);
+//                     wpt_tmp->description = xstrappend(wpt_tmp->description, c);
                }
                xfree(tmp);
        }